From: Glenn Morris Date: Tue, 1 Mar 2011 04:26:38 +0000 (-0800) Subject: * lisp/files: Fix comment typo. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~844^2~2273 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=0e0b298905cd60372fb21a51b16901b1b107203e;p=emacs.git * lisp/files: Fix comment typo. --- diff --git a/lisp/files.el b/lisp/files.el index add38df5c4f..8849e264151 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -3400,7 +3400,7 @@ Return the new variables list." (progn (setq alist (delq subdirs alist)) (cdr-safe subdirs)) - ;; TODO someone might want to extent this to allow + ;; TODO someone might want to extend this to allow ;; integer values for subdir, where N means ;; variables apply to this directory and N levels ;; below it (0 == nil).